Skip to content

chore(deps-dev): bump vercel from 44.2.13 to 44.3.0#1284

Merged
julien-deramond merged 1 commit intomainfrom
dependabot/npm_and_yarn/vercel-44.3.0
Jul 10, 2025
Merged

chore(deps-dev): bump vercel from 44.2.13 to 44.3.0#1284
julien-deramond merged 1 commit intomainfrom
dependabot/npm_and_yarn/vercel-44.3.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jul 10, 2025

Bumps vercel from 44.2.13 to 44.3.0.

Release notes

Sourced from vercel's releases.

vercel@44.3.0

Minor Changes

  • Add stdin and pipe support to vc blob put command. (#13524)

    Usage:

    cat file.txt | vc blob put --pathname file-from-stdin.txt
  • Add region support to vc blob store add (#13525)

    You can now create Vercel Blob stores in any of the 19 Vercel Edge Regions: https://vercel.com/docs/edge-network/regions.

    Usage:

    vc blob store add --region cdg1

    Will create a Vercel Blob store in France 🇫.

Patch Changes

  • Change how files are uploaded for the blob commands. Before we were reading (#13523) files fully in memory and then sending them to the Vercel Blob API. We will now stream files from disk to the Vercel Blob API, avoiding the need to read them all in memory and making the upload more efficient.
Changelog

Sourced from vercel's changelog.

44.3.0

Minor Changes

  • Add stdin and pipe support to vc blob put command. (#13524)

    Usage:

    cat file.txt | vc blob put --pathname file-from-stdin.txt
  • Add region support to vc blob store add (#13525)

    You can now create Vercel Blob stores in any of the 19 Vercel Edge Regions: https://vercel.com/docs/edge-network/regions.

    Usage:

    vc blob store add --region cdg1

    Will create a Vercel Blob store in France 🇫.

Patch Changes

  • Change how files are uploaded for the blob commands. Before we were reading (#13523) files fully in memory and then sending them to the Vercel Blob API. We will now stream files from disk to the Vercel Blob API, avoiding the need to read them all in memory and making the upload more efficient.
Commits
  • 72e1f84 Version Packages (#13542)
  • 1b456c9 [cli] Add support for piping data to blob put command via stdin (#13524)
  • 533ed91 [cli] Use streams to upload Blob files instead of reading it all in memory (#...
  • 588b48e [cli] Add region support for Blob store creation (#13525)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 10, 2025
@vercel
Copy link
Copy Markdown

vercel Bot commented Jul 10, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
main-branch-openresource-dev ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 10, 2025 4:41pm

@dependabot dependabot Bot added the javascript Pull requests that update javascript code label Jul 10, 2025
@julien-deramond
Copy link
Copy Markdown
Member

@dependabot rebase

Bumps [vercel](https://github.com/vercel/vercel/tree/HEAD/packages/cli) from 44.2.13 to 44.3.0.
- [Release notes](https://github.com/vercel/vercel/releases)
- [Changelog](https://github.com/vercel/vercel/blob/main/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/vercel/vercel/commits/vercel@44.3.0/packages/cli)

---
updated-dependencies:
- dependency-name: vercel
  dependency-version: 44.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/vercel-44.3.0 branch from 96c005b to abd64e6 Compare July 10, 2025 16:40
@julien-deramond julien-deramond self-requested a review July 10, 2025 16:41
@julien-deramond julien-deramond merged commit 36c29cc into main Jul 10, 2025
4 checks passed
@julien-deramond julien-deramond deleted the dependabot/npm_and_yarn/vercel-44.3.0 branch July 10, 2025 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant